Git Lab Ci
Entrypoint to the GitLab CI pipeline generation.
A pipeline is split into multiple stages, each split into multiple jobs.
To create a pipeline, use the factory function:
val pipeline = gitlabCi {
// Declare the different stages
// Declare the different jobs
}Content copied to clipboard
Once the pipeline is configured as you'd like, call toYaml or println to build the configuration file.